f22c375fde0e141fc59eb62bdba7c0ce05170146,jackrabbit-api/src/main/java/org/apache/sling/jcr/internal/SessionPool.java,SessionPool,getFromPool,#String#,758

Before Change


                }

                // get the first entry from the pool
                session = (Session) this.idleSessions.removeFirst();
            }

            // check the session and the session's workspace

After Change


                }

                // get the first entry from the pool
                session = this.idleSessions.removeFirst();
            }

            // check the session and the session's workspace